projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11d89e5
)
Minor white space fix, just to supplement the log for previous change:
author
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 12 Oct 2002 17:55:15 +0000
(17:55 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Sat, 12 Oct 2002 17:55:15 +0000
(17:55 +0000)
(syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in batch mode).
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 2bf28d0568cd482d52970949320532c1bea28958..ccf2f93f93c95448e823b7412dbcb97392a4a636 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-87,7
+87,7
@@
EMACS_INT gdb_emacs_intbits = sizeof (EMACS_INT) * BITS_PER_CHAR;
#ifdef DATA_SEG_BITS
EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
#else
-EMACS_INT
gdb_data_seg_bits = 0;
+EMACS_INT gdb_data_seg_bits = 0;
#endif
EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;